type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecTextFloat64Valuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L334: 			return encodePlanNumericCodecTextFloat64Valuer{}
		numeric.go#L510: type encodePlanNumericCodecTextFloat64Valuer struct{}
		numeric.go#L512: func (encodePlanNumericCodecTextFloat64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {